2006-04-24 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter.h: Don't declare GtkPrintJob here.
* gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
+2006-04-24 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkprinter.h: Don't declare GtkPrintJob here.
+ * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
+
2006-04-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter-private.h:
+2006-04-24 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkprinter.h: Don't declare GtkPrintJob here.
+ * gtk/gtkprinter-private.h: Instead include gtkprintjob.h.
+
2006-04-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkprinter-private.h:
#include "gtkprintoperation.h"
#include "gtkprinteroptionset.h"
#include "gtkpagesetup.h"
+#include "gtkprintjob.h"
G_BEGIN_DECLS
typedef struct _GtkPrinterClass GtkPrinterClass;
typedef struct _GtkPrinterPrivate GtkPrinterPrivate;
typedef struct _GtkPrintBackend GtkPrintBackend;
-typedef struct _GtkPrintJob GtkPrintJob;
struct _GtkPrintBackend;
-struct _GtkPrintJob;
struct _GtkPrinter
{